﻿2026-06-21T22:28:22.2996577Z Current runner version: '2.335.1'
2026-06-21T22:28:22.3001563Z Runner name: 'kitsubito'
2026-06-21T22:28:22.3002077Z Runner group name: 'Default'
2026-06-21T22:28:22.3002692Z Machine name: 'KITSUBITO'
2026-06-21T22:28:22.3004670Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T22:28:22.3006475Z Contents: read
2026-06-21T22:28:22.3006862Z Metadata: read
2026-06-21T22:28:22.3007223Z Packages: read
2026-06-21T22:28:22.3007573Z ##[endgroup]
2026-06-21T22:28:22.3009210Z Secret source: Actions
2026-06-21T22:28:22.3009714Z Prepare workflow directory
2026-06-21T22:28:22.3439245Z Prepare all required actions
2026-06-21T22:28:22.3468373Z Getting action download info
2026-06-21T22:28:22.7417989Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T22:28:23.2293533Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-21T22:28:23.3155889Z ##[group]Run actions/checkout@v5
2026-06-21T22:28:23.3156666Z with:
2026-06-21T22:28:23.3157023Z   fetch-depth: 0
2026-06-21T22:28:23.3157452Z   repository: SaberMage/spt-core
2026-06-21T22:28:23.3161063Z   token: ***
2026-06-21T22:28:23.3161426Z   ssh-strict: true
2026-06-21T22:28:23.3161783Z   ssh-user: git
2026-06-21T22:28:23.3162155Z   persist-credentials: true
2026-06-21T22:28:23.3162545Z   clean: true
2026-06-21T22:28:23.3162918Z   sparse-checkout-cone-mode: true
2026-06-21T22:28:23.3163334Z   fetch-tags: false
2026-06-21T22:28:23.3163693Z   show-progress: true
2026-06-21T22:28:23.3164064Z   lfs: false
2026-06-21T22:28:23.3164406Z   submodules: false
2026-06-21T22:28:23.3164773Z   set-safe-directory: true
2026-06-21T22:28:23.3165379Z ##[endgroup]
2026-06-21T22:28:23.3952495Z Syncing repository: SaberMage/spt-core
2026-06-21T22:28:23.3953969Z ##[group]Getting Git version info
2026-06-21T22:28:23.3954671Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T22:28:23.3955508Z [command]/usr/bin/git version
2026-06-21T22:28:23.3955921Z git version 2.43.0
2026-06-21T22:28:23.3965045Z ##[endgroup]
2026-06-21T22:28:23.3978124Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/fc3cf13c-a3e0-43c1-8c5c-cdee693c9b8f' before making global git config changes
2026-06-21T22:28:23.3979808Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T22:28:23.3982005Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T22:28:23.4016610Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T22:28:23.4037127Z https://github.com/SaberMage/spt-core
2026-06-21T22:28:23.4048463Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T22:28:23.4051553Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T22:28:23.4077577Z HEAD
2026-06-21T22:28:23.4105332Z ##[endgroup]
2026-06-21T22:28:23.4106596Z [command]/usr/bin/git submodule status
2026-06-21T22:28:23.4288697Z ##[group]Cleaning the repository
2026-06-21T22:28:23.4291746Z [command]/usr/bin/git clean -ffdx
2026-06-21T22:28:26.2844409Z Removing target/
2026-06-21T22:28:26.2854087Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T22:28:26.3043427Z HEAD is now at 6023524da Merge 7074ba0f4ea9a533adbd31a2d52cda3874fd4864 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T22:28:26.3048372Z ##[endgroup]
2026-06-21T22:28:26.3050619Z ##[group]Disabling automatic garbage collection
2026-06-21T22:28:26.3053344Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T22:28:26.3080865Z ##[endgroup]
2026-06-21T22:28:26.3081359Z ##[group]Setting up auth
2026-06-21T22:28:26.3086176Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T22:28:26.3113546Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T22:28:26.3297413Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T22:28:26.3321848Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T22:28:26.3508611Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T22:28:26.3532469Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T22:28:26.3724050Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T22:28:26.3784023Z ##[endgroup]
2026-06-21T22:28:26.3784563Z ##[group]Fetching the repository
2026-06-21T22:28:26.3791890Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +e95b3e8976a23f532732eb0f93c335c24bedd824:refs/remotes/pull/27/merge
2026-06-21T22:28:27.1684299Z From https://github.com/SaberMage/spt-core
2026-06-21T22:28:27.1685004Z    967ba7e75..d79f02e8f  viewer-drain-decouple-b4                 -> origin/viewer-drain-decouple-b4
2026-06-21T22:28:27.1685711Z    7074ba0f4..123253f56  wedge-trace-v4                           -> origin/wedge-trace-v4
2026-06-21T22:28:27.1749829Z  + 6023524da...e95b3e897 e95b3e8976a23f532732eb0f93c335c24bedd824 -> pull/27/merge  (forced update)
2026-06-21T22:28:27.1786506Z ##[endgroup]
2026-06-21T22:28:27.1787087Z ##[group]Determining the checkout info
2026-06-21T22:28:27.1787529Z ##[endgroup]
2026-06-21T22:28:27.1791764Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T22:28:27.1834338Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T22:28:27.1859419Z ##[group]Checking out the ref
2026-06-21T22:28:27.1867890Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T22:28:27.1967580Z Warning: you are leaving 1 commit behind, not connected to
2026-06-21T22:28:27.1968096Z any of your branches:
2026-06-21T22:28:27.1968292Z 
2026-06-21T22:28:27.1968635Z   6023524da Merge 7074ba0f4ea9a533adbd31a2d52cda3874fd4864 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T22:28:27.1969389Z 
2026-06-21T22:28:27.1969628Z If you want to keep it by creating a new branch, this may be a good time
2026-06-21T22:28:27.1969961Z to do so with:
2026-06-21T22:28:27.1970085Z 
2026-06-21T22:28:27.1970248Z  git branch <new-branch-name> 6023524da
2026-06-21T22:28:27.1970438Z 
2026-06-21T22:28:27.1971789Z HEAD is now at e95b3e897 Merge 123253f56abd73582f06d55ffa8f042fc9614883 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T22:28:27.1978374Z ##[endgroup]
2026-06-21T22:28:27.2015860Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T22:28:27.2038039Z e95b3e8976a23f532732eb0f93c335c24bedd824
2026-06-21T22:28:27.2195879Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-21T22:28:27.2196349Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-21T22:28:27.2211485Z shell: /usr/bin/bash -e {0}
2026-06-21T22:28:27.2211718Z ##[endgroup]
2026-06-21T22:28:27.2310839Z ##[group]Run set -euo pipefail
2026-06-21T22:28:27.2311163Z [36;1mset -euo pipefail[0m
2026-06-21T22:28:27.2311383Z [36;1mPIN=0c95435[0m
2026-06-21T22:28:27.2311592Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T22:28:27.2311835Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T22:28:27.2312188Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T22:28:27.2312611Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T22:28:27.2313035Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T22:28:27.2313462Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T22:28:27.2313729Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T22:28:27.2313992Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T22:28:27.2314494Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T22:28:27.2314856Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T22:28:27.2315080Z [36;1mfi[0m
2026-06-21T22:28:27.2315350Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T22:28:27.2328892Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T22:28:27.2329250Z env:
2026-06-21T22:28:27.2329459Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T22:28:27.2329688Z ##[endgroup]
2026-06-21T22:28:27.5036227Z    Compiling proc-macro2 v1.0.106
2026-06-21T22:28:27.5036689Z    Compiling unicode-ident v1.0.24
2026-06-21T22:28:27.5036988Z    Compiling quote v1.0.45
2026-06-21T22:28:27.5037287Z    Compiling libc v0.2.186
2026-06-21T22:28:27.5037559Z    Compiling serde_core v1.0.228
2026-06-21T22:28:27.5038212Z    Compiling cfg-if v1.0.4
2026-06-21T22:28:27.5038507Z    Compiling serde v1.0.228
2026-06-21T22:28:27.5038756Z    Compiling log v0.4.32
2026-06-21T22:28:27.5128234Z    Compiling pin-project-lite v0.2.17
2026-06-21T22:28:27.5226939Z    Compiling portable-atomic v1.13.1
2026-06-21T22:28:27.5227469Z    Compiling typenum v1.20.1
2026-06-21T22:28:27.5228007Z    Compiling version_check v0.9.5
2026-06-21T22:28:27.5387178Z    Compiling memchr v2.8.1
2026-06-21T22:28:27.5388099Z    Compiling shlex v2.0.1
2026-06-21T22:28:27.5576006Z    Compiling critical-section v1.2.0
2026-06-21T22:28:27.5611262Z    Compiling find-msvc-tools v0.1.9
2026-06-21T22:28:27.5991007Z    Compiling subtle v2.6.1
2026-06-21T22:28:27.6181167Z    Compiling futures-core v0.3.32
2026-06-21T22:28:27.6336966Z    Compiling bytes v1.11.1
2026-06-21T22:28:27.7613262Z    Compiling smallvec v1.15.1
2026-06-21T22:28:27.7824841Z    Compiling equivalent v1.0.2
2026-06-21T22:28:27.8005915Z    Compiling itoa v1.0.18
2026-06-21T22:28:27.8145246Z    Compiling semver v1.0.28
2026-06-21T22:28:27.8210816Z    Compiling stable_deref_trait v1.2.1
2026-06-21T22:28:27.8386553Z    Compiling slab v0.4.12
2026-06-21T22:28:27.8695156Z    Compiling futures-io v0.3.32
2026-06-21T22:28:27.8791323Z    Compiling futures-sink v0.3.32
2026-06-21T22:28:27.9250852Z    Compiling futures-task v0.3.32
2026-06-21T22:28:27.9361060Z    Compiling generic-array v0.14.7
2026-06-21T22:28:27.9741376Z    Compiling futures-channel v0.3.32
2026-06-21T22:28:28.0308073Z    Compiling rustversion v1.0.22
2026-06-21T22:28:28.0309279Z    Compiling bitflags v2.12.1
2026-06-21T22:28:28.0371185Z    Compiling hashbrown v0.17.1
2026-06-21T22:28:28.0441643Z    Compiling cpufeatures v0.2.17
2026-06-21T22:28:28.1250599Z    Compiling rustc_version v0.4.1
2026-06-21T22:28:28.1300712Z    Compiling fnv v1.0.7
2026-06-21T22:28:28.1440624Z    Compiling strsim v0.11.1
2026-06-21T22:28:28.1560643Z    Compiling cfg_aliases v0.2.1
2026-06-21T22:28:28.2160466Z    Compiling rand_core v0.10.1
2026-06-21T22:28:28.2260322Z    Compiling writeable v0.6.3
2026-06-21T22:28:28.2390465Z    Compiling litemap v0.8.2
2026-06-21T22:28:28.2650923Z    Compiling getrandom v0.4.2
2026-06-21T22:28:28.2810631Z    Compiling dunce v1.0.5
2026-06-21T22:28:28.3870565Z    Compiling icu_properties_data v2.2.0
2026-06-21T22:28:28.4031975Z    Compiling utf8_iter v1.0.4
2026-06-21T22:28:28.4660885Z    Compiling fs_extra v1.3.0
2026-06-21T22:28:28.4970882Z    Compiling ident_case v1.0.1
2026-06-21T22:28:28.5475393Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T22:28:28.6350640Z    Compiling percent-encoding v2.3.2
2026-06-21T22:28:28.6390669Z    Compiling autocfg v1.5.1
2026-06-21T22:28:28.7070799Z    Compiling http v1.4.1
2026-06-21T22:28:28.7564961Z    Compiling thiserror v2.0.18
2026-06-21T22:28:28.7870803Z    Compiling syn v2.0.117
2026-06-21T22:28:28.8000851Z    Compiling cpufeatures v0.3.0
2026-06-21T22:28:28.8099216Z    Compiling aws-lc-rs v1.17.0
2026-06-21T22:28:28.8230806Z    Compiling unicode-segmentation v1.13.3
2026-06-21T22:28:28.8470025Z    Compiling scopeguard v1.2.0
2026-06-21T22:28:28.8593037Z    Compiling chacha20 v0.10.0
2026-06-21T22:28:28.8668528Z    Compiling form_urlencoded v1.2.2
2026-06-21T22:28:28.8770919Z    Compiling untrusted v0.9.0
2026-06-21T22:28:28.9858414Z    Compiling indexmap v2.14.0
2026-06-21T22:28:29.0060665Z    Compiling lock_api v0.4.14
2026-06-21T22:28:29.0301199Z    Compiling rustls v0.23.40
2026-06-21T22:28:29.0941238Z    Compiling heck v0.5.0
2026-06-21T22:28:29.1157172Z    Compiling const-oid v0.10.2
2026-06-21T22:28:29.1481514Z    Compiling anyhow v1.0.102
2026-06-21T22:28:29.1614440Z    Compiling atomic-waker v1.1.2
2026-06-21T22:28:29.1740288Z    Compiling unicode-xid v0.2.6
2026-06-21T22:28:29.1830617Z    Compiling parking_lot_core v0.9.12
2026-06-21T22:28:29.2490760Z    Compiling zerocopy v0.8.50
2026-06-21T22:28:29.2631076Z    Compiling paste v1.0.15
2026-06-21T22:28:29.2690453Z    Compiling httparse v1.10.1
2026-06-21T22:28:29.2730704Z    Compiling num-traits v0.2.19
2026-06-21T22:28:29.3270492Z    Compiling hybrid-array v0.4.12
2026-06-21T22:28:29.3630371Z    Compiling convert_case v0.10.0
2026-06-21T22:28:29.4170298Z    Compiling curve25519-dalek v4.1.3
2026-06-21T22:28:29.4460754Z    Compiling jobserver v0.1.34
2026-06-21T22:28:29.4890739Z    Compiling ahash v0.8.12
2026-06-21T22:28:29.5226021Z    Compiling fastrand v2.4.1
2026-06-21T22:28:29.5308918Z    Compiling base64ct v1.8.3
2026-06-21T22:28:29.6801103Z    Compiling either v1.16.0
2026-06-21T22:28:29.6801905Z    Compiling powerfmt v0.2.0
2026-06-21T22:28:29.7423693Z    Compiling cc v1.2.63
2026-06-21T22:28:29.8300820Z    Compiling crypto-common v0.1.7
2026-06-21T22:28:29.8301959Z    Compiling block-buffer v0.10.4
2026-06-21T22:28:29.8430649Z    Compiling http-body v1.0.1
2026-06-21T22:28:29.8810848Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T22:28:29.8980973Z    Compiling deranged v0.5.8
2026-06-21T22:28:29.9708674Z    Compiling digest v0.10.7
2026-06-21T22:28:29.9850891Z    Compiling data-encoding v2.11.0
2026-06-21T22:28:30.0120711Z    Compiling try-lock v0.2.5
2026-06-21T22:28:30.0261064Z    Compiling time-core v0.1.8
2026-06-21T22:28:30.0898912Z    Compiling num-conv v0.2.2
2026-06-21T22:28:30.1160918Z    Compiling vcpkg v0.2.15
2026-06-21T22:28:30.2081400Z    Compiling mio v1.2.1
2026-06-21T22:28:30.2481245Z    Compiling socket2 v0.6.4
2026-06-21T22:28:30.2570395Z    Compiling getrandom v0.2.17
2026-06-21T22:28:30.3355131Z    Compiling pkg-config v0.3.33
2026-06-21T22:28:30.3580681Z    Compiling tinyvec_macros v0.1.1
2026-06-21T22:28:30.4220438Z    Compiling rand_core v0.6.4
2026-06-21T22:28:30.4340483Z    Compiling zmij v1.0.21
2026-06-21T22:28:30.4571040Z    Compiling base64 v0.22.1
2026-06-21T22:28:30.5140583Z    Compiling rand v0.10.1
2026-06-21T22:28:30.5600530Z    Compiling tower-service v0.3.3
2026-06-21T22:28:30.6120788Z    Compiling parking_lot v0.12.5
2026-06-21T22:28:30.6170739Z    Compiling tinyvec v1.11.0
2026-06-21T22:28:30.6230457Z    Compiling sha2 v0.10.9
2026-06-21T22:28:30.8750609Z    Compiling want v0.3.1
2026-06-21T22:28:30.9390389Z    Compiling block-buffer v0.12.0
2026-06-21T22:28:31.0690651Z    Compiling crypto-common v0.2.2
2026-06-21T22:28:31.0760402Z    Compiling inout v0.1.4
2026-06-21T22:28:31.0810817Z    Compiling vergen-lib v9.1.0
2026-06-21T22:28:31.1077416Z    Compiling cmake v0.1.58
2026-06-21T22:28:31.1331116Z    Compiling n0-future v0.3.2
2026-06-21T22:28:31.1460635Z    Compiling serde_json v1.0.150
2026-06-21T22:28:31.1930869Z    Compiling winnow v1.0.3
2026-06-21T22:28:31.2300952Z    Compiling parking v2.2.1
2026-06-21T22:28:31.2400773Z    Compiling signature v2.2.0
2026-06-21T22:28:31.2680643Z    Compiling cordyceps v0.3.4
2026-06-21T22:28:31.3620664Z    Compiling httpdate v1.0.3
2026-06-21T22:28:31.3709586Z    Compiling crossbeam-utils v0.8.21
2026-06-21T22:28:31.3770632Z    Compiling diatomic-waker v0.2.3
2026-06-21T22:28:31.3870528Z    Compiling spin v0.10.0
2026-06-21T22:28:31.4368921Z    Compiling futures-lite v2.6.1
2026-06-21T22:28:31.4751427Z    Compiling ed25519 v2.2.3
2026-06-21T22:28:31.5020026Z    Compiling cipher v0.4.4
2026-06-21T22:28:31.5226826Z    Compiling netlink-packet-core v0.8.1
2026-06-21T22:28:31.5420729Z    Compiling universal-hash v0.5.1
2026-06-21T22:28:31.6139504Z    Compiling vergen v9.1.0
2026-06-21T22:28:31.6520551Z    Compiling futures-buffered v0.2.13
2026-06-21T22:28:31.6560689Z    Compiling vergen-lib v0.1.6
2026-06-21T22:28:31.6610374Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T22:28:31.6690575Z    Compiling heapless v0.7.17
2026-06-21T22:28:31.6729285Z    Compiling noq-udp v0.10.0
2026-06-21T22:28:31.7315528Z    Compiling sync_wrapper v1.0.2
2026-06-21T22:28:31.7840573Z    Compiling byteorder v1.5.0
2026-06-21T22:28:31.8020863Z    Compiling opaque-debug v0.3.1
2026-06-21T22:28:31.8487656Z    Compiling allocator-api2 v0.2.21
2026-06-21T22:28:31.8495844Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T22:28:31.8711846Z    Compiling polyval v0.6.2
2026-06-21T22:28:32.0126221Z    Compiling digest v0.11.3
2026-06-21T22:28:32.0213815Z    Compiling hash32 v0.2.1
2026-06-21T22:28:32.0282526Z    Compiling spin v0.9.8
2026-06-21T22:28:32.0591024Z    Compiling aws-lc-sys v0.41.0
2026-06-21T22:28:32.0740777Z    Compiling ring v0.17.14
2026-06-21T22:28:32.0841836Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T22:28:32.1210521Z    Compiling vergen-gitcl v1.0.8
2026-06-21T22:28:32.1560206Z    Compiling num_threads v0.1.7
2026-06-21T22:28:32.2430302Z    Compiling tower-layer v0.3.3
2026-06-21T22:28:32.2580625Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T22:28:32.2724613Z    Compiling ryu v1.0.23
2026-06-21T22:28:32.2891761Z    Compiling fallible-iterator v0.3.0
2026-06-21T22:28:32.3571045Z    Compiling signature v3.0.0
2026-06-21T22:28:32.4067918Z    Compiling time v0.3.47
2026-06-21T22:28:32.4250551Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T22:28:32.4860552Z    Compiling ghash v0.5.1
2026-06-21T22:28:32.5321432Z    Compiling ctr v0.9.2
2026-06-21T22:28:32.5881034Z    Compiling aes v0.8.4
2026-06-21T22:28:32.5971330Z    Compiling fs2 v0.4.3
2026-06-21T22:28:32.6083446Z    Compiling http-body-util v0.1.3
2026-06-21T22:28:32.7018266Z    Compiling aead v0.5.2
2026-06-21T22:28:32.7171561Z    Compiling openssl-probe v0.2.1
2026-06-21T22:28:32.7300772Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T22:28:32.7911023Z    Compiling crossbeam-channel v0.5.15
2026-06-21T22:28:32.8372841Z    Compiling blake3 v1.8.5
2026-06-21T22:28:32.8990991Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T22:28:32.8991825Z    Compiling netlink-packet-route v0.29.0
2026-06-21T22:28:32.9921398Z    Compiling uuid v1.23.2
2026-06-21T22:28:33.0110918Z    Compiling memoffset v0.6.5
2026-06-21T22:28:33.1829386Z    Compiling aes-gcm v0.10.3
2026-06-21T22:28:33.1902263Z    Compiling acto v0.8.2
2026-06-21T22:28:33.2021106Z    Compiling netwatch v0.16.0
2026-06-21T22:28:33.3887851Z    Compiling noq v0.18.0
2026-06-21T22:28:33.3903471Z    Compiling rustc-hash v2.1.2
2026-06-21T22:28:33.4371112Z    Compiling foldhash v0.2.0
2026-06-21T22:28:33.4919191Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T22:28:33.4993483Z    Compiling mac-addr v0.3.0
2026-06-21T22:28:33.5111174Z    Compiling identity-hash v0.1.0
2026-06-21T22:28:33.5950878Z    Compiling ref-cast v1.0.25
2026-06-21T22:28:33.6050794Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T22:28:33.6242695Z    Compiling xml-rs v0.8.28
2026-06-21T22:28:33.6360532Z    Compiling rustix v1.1.4
2026-06-21T22:28:33.7072283Z    Compiling thiserror v1.0.69
2026-06-21T22:28:33.7650767Z    Compiling lru-slab v0.1.2
2026-06-21T22:28:33.7720669Z    Compiling tagptr v0.2.0
2026-06-21T22:28:33.8430503Z    Compiling hashbrown v0.16.1
2026-06-21T22:28:33.9100452Z    Compiling synstructure v0.13.2
2026-06-21T22:28:33.9371004Z    Compiling darling_core v0.20.11
2026-06-21T22:28:33.9455662Z    Compiling serde_derive_internals v0.29.1
2026-06-21T22:28:34.0970492Z    Compiling netlink-packet-route v0.30.0
2026-06-21T22:28:34.5608077Z    Compiling proc-macro-crate v3.5.0
2026-06-21T22:28:34.6441005Z    Compiling xmltree v0.10.3
2026-06-21T22:28:34.6856805Z    Compiling serial-core v0.4.0
2026-06-21T22:28:34.8212857Z    Compiling ioctl-rs v0.1.6
2026-06-21T22:28:34.8600735Z    Compiling termios v0.2.2
2026-06-21T22:28:34.8810923Z    Compiling errno v0.3.14
2026-06-21T22:28:34.9137018Z    Compiling aho-corasick v1.1.4
2026-06-21T22:28:34.9313210Z    Compiling simple-dns v0.9.3
2026-06-21T22:28:34.9862032Z    Compiling simdutf8 v0.1.5
2026-06-21T22:28:34.9980908Z    Compiling regex-syntax v0.8.10
2026-06-21T22:28:35.0063376Z    Compiling constant_time_eq v0.4.2
2026-06-21T22:28:35.0169862Z    Compiling signal-hook v0.3.18
2026-06-21T22:28:35.0443302Z    Compiling sha1_smol v1.0.1
2026-06-21T22:28:35.1617606Z    Compiling linux-raw-sys v0.12.1
2026-06-21T22:28:35.1780528Z    Compiling arrayvec v0.7.6
2026-06-21T22:28:35.2271504Z    Compiling winnow v0.7.15
2026-06-21T22:28:35.2510446Z    Compiling resolv-conf v0.7.6
2026-06-21T22:28:35.2629894Z    Compiling toml_write v0.1.2
2026-06-21T22:28:35.3171901Z    Compiling smol_str v0.1.24
2026-06-21T22:28:35.4320671Z    Compiling arrayref v0.3.9
2026-06-21T22:28:35.5069409Z    Compiling signal-hook-registry v1.4.8
2026-06-21T22:28:35.5140626Z    Compiling serial-unix v0.4.0
2026-06-21T22:28:35.7267427Z    Compiling lru v0.16.4
2026-06-21T22:28:35.8790820Z    Compiling darling_core v0.23.0
2026-06-21T22:28:35.8990823Z    Compiling serde_bytes v0.11.19
2026-06-21T22:28:35.9060575Z    Compiling serde_derive v1.0.228
2026-06-21T22:28:35.9090876Z    Compiling zeroize_derive v1.4.3
2026-06-21T22:28:36.1447834Z    Compiling tokio-macros v2.7.0
2026-06-21T22:28:36.1641737Z    Compiling zerofrom-derive v0.1.7
2026-06-21T22:28:36.4629488Z    Compiling zeroize v1.8.2
2026-06-21T22:28:36.6359803Z    Compiling futures-macro v0.3.32
2026-06-21T22:28:36.8660020Z    Compiling tokio v1.52.3
2026-06-21T22:28:37.2260702Z    Compiling yoke-derive v0.8.2
2026-06-21T22:28:37.4930848Z    Compiling futures-util v0.3.32
2026-06-21T22:28:37.6041638Z    Compiling zerofrom v0.1.8
2026-06-21T22:28:37.6730604Z    Compiling zerovec-derive v0.11.3
2026-06-21T22:28:37.7060515Z    Compiling displaydoc v0.2.6
2026-06-21T22:28:37.7228333Z    Compiling tracing-attributes v0.1.31
2026-06-21T22:28:37.8469413Z    Compiling rustls-pki-types v1.14.1
2026-06-21T22:28:38.5066104Z    Compiling thiserror-impl v2.0.18
2026-06-21T22:28:38.5260464Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T22:28:38.6420745Z    Compiling yoke v0.8.3
2026-06-21T22:28:38.8393205Z    Compiling zerotrie v0.2.4
2026-06-21T22:28:39.1781046Z    Compiling zerovec v0.11.6
2026-06-21T22:28:39.1998213Z    Compiling darling_macro v0.20.11
2026-06-21T22:28:39.2322821Z    Compiling derive_more-impl v2.1.1
2026-06-21T22:28:39.2401278Z    Compiling spez v0.1.2
2026-06-21T22:28:39.2789957Z    Compiling n0-error-macros v0.1.3
2026-06-21T22:28:39.5541312Z    Compiling darling v0.20.11
2026-06-21T22:28:39.6210438Z    Compiling der v0.8.0-rc.10
2026-06-21T22:28:39.6440033Z    Compiling derive_builder_core v0.20.2
2026-06-21T22:28:39.7800595Z    Compiling pin-project-internal v1.1.13
2026-06-21T22:28:40.0961235Z    Compiling tinystr v0.8.3
2026-06-21T22:28:40.2058036Z    Compiling potential_utf v0.1.5
2026-06-21T22:28:40.3480579Z    Compiling icu_locale_core v2.2.0
2026-06-21T22:28:40.4129111Z    Compiling icu_collections v2.2.0
2026-06-21T22:28:40.5520926Z    Compiling n0-error v0.1.3
2026-06-21T22:28:40.8439503Z    Compiling derive_builder_macro v0.20.2
2026-06-21T22:28:40.9411002Z    Compiling ed25519-dalek v2.2.0
2026-06-21T22:28:41.2091214Z    Compiling ipnet v2.12.0
2026-06-21T22:28:41.2290709Z    Compiling derive_builder v0.20.2
2026-06-21T22:28:41.2420670Z    Compiling pin-project v1.1.13
2026-06-21T22:28:41.2750676Z    Compiling spki v0.8.0-rc.4
2026-06-21T22:28:41.3374463Z    Compiling futures-executor v0.3.32
2026-06-21T22:28:41.4771312Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T22:28:41.5050634Z    Compiling futures v0.3.32
2026-06-21T22:28:41.5729523Z    Compiling icu_provider v2.2.0
2026-06-21T22:28:41.6499192Z    Compiling prefix-trie v0.8.4
2026-06-21T22:28:41.6882661Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T22:28:41.7271425Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T22:28:42.0105963Z    Compiling once_cell v1.21.4
2026-06-21T22:28:42.0200413Z    Compiling icu_normalizer v2.2.0
2026-06-21T22:28:42.0300512Z    Compiling icu_properties v2.2.0
2026-06-21T22:28:42.1060837Z    Compiling cobs v0.3.0
2026-06-21T22:28:42.1701357Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T22:28:42.2770775Z    Compiling tracing-core v0.1.36
2026-06-21T22:28:42.4020718Z    Compiling postcard-derive v0.2.2
2026-06-21T22:28:42.5430247Z    Compiling hashbrown v0.14.5
2026-06-21T22:28:42.5877360Z    Compiling rustls-native-certs v0.8.4
2026-06-21T22:28:42.6250938Z    Compiling data-encoding-macro v0.1.20
2026-06-21T22:28:42.6943348Z    Compiling enum-assoc v1.3.0
2026-06-21T22:28:42.8115371Z    Compiling tracing v0.1.44
2026-06-21T22:28:42.9341138Z    Compiling tokio-util v0.7.18
2026-06-21T22:28:43.0411289Z    Compiling netlink-sys v0.8.8
2026-06-21T22:28:43.1574492Z    Compiling postcard v1.1.3
2026-06-21T22:28:43.1680355Z    Compiling tower v0.5.3
2026-06-21T22:28:43.3261477Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T22:28:43.3396637Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T22:28:43.3871490Z    Compiling hashlink v0.9.1
2026-06-21T22:28:43.4300847Z    Compiling idna_adapter v1.2.2
2026-06-21T22:28:43.5152727Z    Compiling strum_macros v0.28.0
2026-06-21T22:28:43.5636530Z    Compiling idna v1.1.0
2026-06-21T22:28:43.6484520Z    Compiling async-trait v0.1.89
2026-06-21T22:28:43.6626732Z    Compiling derive_more v2.1.1
2026-06-21T22:28:43.7391539Z    Compiling num_enum_derive v0.7.6
2026-06-21T22:28:43.7540792Z    Compiling netlink-proto v0.12.0
2026-06-21T22:28:43.8300836Z    Compiling netdev v0.42.0
2026-06-21T22:28:43.8440736Z    Compiling iroh-metrics v0.38.3
2026-06-21T22:28:43.8810608Z    Compiling iroh-relay v0.98.0
2026-06-21T22:28:43.9300840Z    Compiling h2 v0.4.14
2026-06-21T22:28:44.0030864Z    Compiling rusqlite v0.32.1
2026-06-21T22:28:44.0136727Z    Compiling url v2.5.8
2026-06-21T22:28:44.0591904Z    Compiling tokio-stream v0.1.18
2026-06-21T22:28:44.0797676Z    Compiling n0-watcher v0.6.1
2026-06-21T22:28:44.2051169Z    Compiling moka v0.12.15
2026-06-21T22:28:44.3360592Z    Compiling toml_datetime v0.6.11
2026-06-21T22:28:44.3672169Z    Compiling serde_spanned v0.6.9
2026-06-21T22:28:44.5200639Z    Compiling thiserror-impl v1.0.69
2026-06-21T22:28:44.6710748Z    Compiling ref-cast-impl v1.0.25
2026-06-21T22:28:44.6870550Z    Compiling toml_edit v0.22.27
2026-06-21T22:28:44.8021086Z    Compiling num_enum v0.7.6
2026-06-21T22:28:44.8740577Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T22:28:44.9136057Z    Compiling attohttpc v0.30.1
2026-06-21T22:28:44.9221401Z    Compiling iroh-base v0.98.0
2026-06-21T22:28:44.9324894Z    Compiling tower-http v0.6.11
2026-06-21T22:28:45.2380805Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T22:28:45.5186404Z    Compiling webpki-roots v1.0.7
2026-06-21T22:28:45.5380644Z    Compiling regex-automata v0.4.14
2026-06-21T22:28:45.6162288Z    Compiling schemars_derive v1.2.1
2026-06-21T22:28:45.6310712Z    Compiling hmac v0.12.1
2026-06-21T22:28:45.7151314Z    Compiling seize v0.5.1
2026-06-21T22:28:45.7601067Z    Compiling iroh v0.98.2
2026-06-21T22:28:45.8640817Z    Compiling cmov v0.5.4
2026-06-21T22:28:46.0396054Z    Compiling pin-utils v0.1.0
2026-06-21T22:28:46.1220395Z    Compiling bitflags v1.3.2
2026-06-21T22:28:46.1360810Z    Compiling dyn-clone v1.0.20
2026-06-21T22:28:46.1804436Z    Compiling rustix v0.38.44
2026-06-21T22:28:46.2570412Z    Compiling utf8parse v0.2.2
2026-06-21T22:28:46.2588225Z    Compiling filedescriptor v0.8.3
2026-06-21T22:28:46.2811219Z    Compiling nix v0.25.1
2026-06-21T22:28:46.3013967Z    Compiling ctutils v0.4.2
2026-06-21T22:28:46.4157461Z    Compiling anstyle-parse v1.0.0
2026-06-21T22:28:46.4361196Z    Compiling strum v0.28.0
2026-06-21T22:28:46.5410831Z    Compiling iroh-dns v0.98.0
2026-06-21T22:28:46.5900207Z    Compiling papaya v0.2.4
2026-06-21T22:28:46.6110991Z    Compiling hkdf v0.12.4
2026-06-21T22:28:46.6370809Z    Compiling backon v1.6.0
2026-06-21T22:28:46.6449593Z    Compiling darling_macro v0.23.0
2026-06-21T22:28:46.7563666Z    Compiling serial v0.4.0
2026-06-21T22:28:46.7566650Z    Compiling shell-words v1.1.1
2026-06-21T22:28:46.8230940Z    Compiling linux-raw-sys v0.4.15
2026-06-21T22:28:46.9594099Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T22:28:46.9850735Z    Compiling downcast-rs v1.2.1
2026-06-21T22:28:47.0220654Z    Compiling anstyle-query v1.1.5
2026-06-21T22:28:47.0530842Z    Compiling anstyle v1.0.14
2026-06-21T22:28:47.0753184Z    Compiling foldhash v0.1.5
2026-06-21T22:28:47.1122520Z    Compiling instability v0.3.12
2026-06-21T22:28:47.1172564Z    Compiling colorchoice v1.0.5
2026-06-21T22:28:47.1261475Z    Compiling darling v0.23.0
2026-06-21T22:28:47.1461093Z    Compiling signal-hook-mio v0.2.5
2026-06-21T22:28:47.1866209Z    Compiling spake2 v0.4.0
2026-06-21T22:28:47.2141053Z    Compiling hashbrown v0.15.5
2026-06-21T22:28:47.2480242Z    Compiling anstream v1.0.0
2026-06-21T22:28:47.2915532Z    Compiling terminal_size v0.4.4
2026-06-21T22:28:47.2990961Z    Compiling strum_macros v0.26.4
2026-06-21T22:28:47.3111632Z    Compiling sha1 v0.10.6
2026-06-21T22:28:47.4350698Z    Compiling toml v0.8.23
2026-06-21T22:28:47.5920468Z    Compiling itertools v0.13.0
2026-06-21T22:28:47.6190593Z    Compiling castaway v0.2.4
2026-06-21T22:28:47.6783174Z    Compiling schemars v1.2.1
2026-06-21T22:28:47.6941054Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T22:28:47.7270617Z    Compiling unicode-width v0.1.14
2026-06-21T22:28:48.0275440Z    Compiling static_assertions v1.1.0
2026-06-21T22:28:48.0370401Z    Compiling clap_lex v1.1.0
2026-06-21T22:28:48.0990463Z    Compiling indoc v2.0.7
2026-06-21T22:28:48.3050613Z    Compiling doctest-file v1.1.1
2026-06-21T22:28:48.5060990Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T22:28:48.5660499Z    Compiling crossterm v0.28.1
2026-06-21T22:28:48.8590565Z    Compiling regex v1.12.3
2026-06-21T22:28:49.1790834Z    Compiling interprocess v2.4.2
2026-06-21T22:28:49.3600506Z    Compiling hyper v1.10.1
2026-06-21T22:28:49.5021282Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T22:28:49.6980552Z    Compiling unicode-truncate v1.1.0
2026-06-21T22:28:49.7180580Z    Compiling strum v0.26.3
2026-06-21T22:28:49.8550639Z    Compiling clap_builder v4.6.0
2026-06-21T22:28:49.8607963Z    Compiling compact_str v0.8.2
2026-06-21T22:28:50.0234700Z    Compiling lru v0.12.5
2026-06-21T22:28:50.1313568Z    Compiling clap_derive v4.6.1
2026-06-21T22:28:50.1920945Z    Compiling unicode-width v0.2.0
2026-06-21T22:28:50.1982732Z    Compiling iana-time-zone v0.1.65
2026-06-21T22:28:50.3055342Z    Compiling portable-pty v0.8.1
2026-06-21T22:28:50.3801065Z    Compiling cassowary v0.3.0
2026-06-21T22:28:50.3824217Z    Compiling chrono v0.4.45
2026-06-21T22:28:50.4675046Z    Compiling nucleo-matcher v0.3.1
2026-06-21T22:28:50.5790938Z    Compiling qrcode v0.14.1
2026-06-21T22:28:50.8260084Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T22:28:51.3860543Z    Compiling hyper-util v0.1.20
2026-06-21T22:28:51.4322461Z    Compiling ratatui v0.29.0
2026-06-21T22:28:51.4360863Z    Compiling tempfile v3.27.0
2026-06-21T22:28:52.4421042Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T22:28:52.5449463Z    Compiling clap v4.6.1
2026-06-21T22:28:53.1689218Z    Compiling igd-next v0.17.1
2026-06-21T22:28:54.3462751Z    Compiling portmapper v0.16.0
2026-06-21T22:28:59.1700467Z    Compiling rustls-webpki v0.103.13
2026-06-21T22:29:01.5785187Z    Compiling tokio-rustls v0.26.4
2026-06-21T22:29:01.5785758Z    Compiling noq-proto v0.17.0
2026-06-21T22:29:01.5786747Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T22:29:01.7349096Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T22:29:01.7349542Z    Compiling hyper-rustls v0.27.9
2026-06-21T22:29:01.7350190Z    Compiling tokio-websockets v0.13.2
2026-06-21T22:29:01.8701479Z    Compiling reqwest v0.13.4
2026-06-21T22:29:02.7436272Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T22:29:16.3935753Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T22:29:17.7416016Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T22:29:24.9028684Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T22:29:28.5713135Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-21T22:29:28.5934149Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T22:29:28.5946369Z 
2026-06-21T22:29:28.5948578Z running 1 test
2026-06-21T22:29:34.7888725Z test new_brain_serves_against_old_broker ... ok
2026-06-21T22:29:34.7889130Z 
2026-06-21T22:29:34.7889435Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T22:29:34.7889834Z 
2026-06-21T22:29:34.8133863Z Post job cleanup.
2026-06-21T22:29:34.8794577Z [command]/usr/bin/git version
2026-06-21T22:29:34.8859103Z git version 2.43.0
2026-06-21T22:29:34.8893801Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9d567f93-e1f6-4e0f-9dc1-b6ebce0158fb' before making global git config changes
2026-06-21T22:29:34.8894550Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T22:29:34.8899172Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T22:29:34.8928091Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T22:29:34.8953496Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T22:29:34.9144241Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T22:29:34.9164011Z http.https://github.com/.extraheader
2026-06-21T22:29:34.9171666Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-21T22:29:34.9197656Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T22:29:34.9378262Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T22:29:34.9402372Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T22:29:34.9717687Z Cleaning up orphan processes
2026-06-21T22:29:35.0163661Z Terminate orphan process: pid (3700375) (spt)
